Package com.cisco.pt.ipc.sim.pdu
Interface DHCPSubOptionCircuitId
- All Superinterfaces:
DHCPOption,IPCData,Pdu,Signal
- All Known Implementing Classes:
DHCPSubOptionCircuitIdImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGetCircuitIdLength(Byte getCircuitIdLength) voidsetGetCircuitIdType(Byte getCircuitIdType) voidsetGetModuleField(Byte getModuleField) voidsetGetPortField(Byte getPortField) voidsetGetVlanField(Short getVlanField) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.DHCPOption
getGetOptionCode, getGetOptionLength, getGetSubOptions, setGetOptionCode, setGetOptionLength, setGetSubOptionsMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getGetCircuitIdType
Byte getGetCircuitIdType()- Returns:
- Byte Returns a Byte
-
setGetCircuitIdType
- Parameters:
getCircuitIdType- Takes in a parameter of getCircuitIdType
-
getGetCircuitIdLength
Byte getGetCircuitIdLength()- Returns:
- Byte Returns a Byte
-
setGetCircuitIdLength
- Parameters:
getCircuitIdLength- Takes in a parameter of getCircuitIdLength
-
getGetVlanField
Short getGetVlanField()- Returns:
- Short Returns a Short
-
setGetVlanField
- Parameters:
getVlanField- Takes in a parameter of getVlanField
-
getGetModuleField
Byte getGetModuleField()- Returns:
- Byte Returns a Byte
-
setGetModuleField
- Parameters:
getModuleField- Takes in a parameter of getModuleField
-
getGetPortField
Byte getGetPortField()- Returns:
- Byte Returns a Byte
-
setGetPortField
- Parameters:
getPortField- Takes in a parameter of getPortField
-